Home:ALL Converter>how to solve HADOOP_PREFIX replaced by HADOOP_HOME error?

how to solve HADOOP_PREFIX replaced by HADOOP_HOME error?

Ask Time:2018-03-22T05:24:31         Author:Joban kahlon

Json Formatter

I'm new to hadoop.Every time i run any command on hadoop i get a warning :

WARNING: "HADOOP_PREFIX has been replaced by HADOOP_HOME. Using value of HADOOP_PREFIX.

How to get rid of this warning and why it appears. I'm using

export $HADOOP_PREFIX="my hadoop address"

What should i need to do ? I'm using Kali Linux. I also search for HADOOP_HOME in my hadoop directory using grep command and then replace them with HADOOP_PREFIX.

Author:Joban kahlon,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/49416768/how-to-solve-hadoop-prefix-replaced-by-hadoop-home-error
yy